<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
dl,
dt,
dd,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
span {
    padding: 0;
    margin: 0;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Microsoft YaHei"!important;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei"!important;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
}
a {
    text-decoration: none!important;
    color:#000;
}
ul,ol{
    list-style: none;
}
input,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
li {
    list-style: none;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.main{
    width: 1200px;
    margin:0 auto;
}
.mui-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bread{
    text-align: left;
    font-size: 16px;
    line-height: 40px;
}
.bread a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.bread a:nth-last-child(1){
    color: #1978d1;
    font-weight: 700;
}
.bread a::before{
    margin:0 5px;
    font-size: 14px;
    color: #000;
}
.next-page{
    margin:50px auto 0;
}
.next-page p{
    margin:10px 0;
    font-size: 16px;
    font-weight: 700;
}
.next-page a{
    text-decoration: none;
    color: #000;
}
.page-list{
    text-align: center;
    margin:20px 0;
}
.page-list ul{
    text-align: center;
}
.page-list ul li{
    display: inline-block;
    margin:0 5px;
}
.page-list ul li a{
    color: #000;
    font-weight: 700;
}
.page-list ul li a.on{
    border-bottom: 1px solid #000;
}
.black-line{
    width: 100%;
    height: 1px;
    background-color: #000;
}
.blackbgc{
    background-color: #242424;
    color: #fff;
}
.yelb a{
    color: #f3b50c!important;
    text-decoration: none;
}
</pre></body></html>